lcPaint_ImageCreate Home

Creates empty raster image in a raster image object. The created image has 24-bits color depth.

 BOOL lcPaint_ImageCreate (
   HANDLE hImage,
   int Width,
   int Height
 );

Parameters
hImage
  Handle to raster image object.
Width
  Image width, pixels.
Height
  Image height, pixels.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_ImageLoadlcPaint_ImageSetPixel